home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / NSQ.### < prev    next >
Text File  |  1985-01-21  |  940b  |  24 lines

  1. COMMAND:  NSQ                                   DOCUMENTATION : None
  2.  
  3. FUNCTION: Compresses program files to take up less space.
  4.  
  5. FORMAT:   NSQ [[d:] [d:]filename.ext]...
  6.  
  7. TYPE:     Public domain software (Richard Greenlaw)
  8.  
  9. REMARKS:  NSQ without any parameters displays a short summary of its proper
  10.           usage. The input file is squeezed using the Huffman algorithm
  11.           and is written to a file of the same name on the specified drive but
  12.           with the middle letter of the extension changed to 'Q'. If no drives
  13.           are specified, the default drive is used. If the output file already
  14.           exists, it is overwritten. Multiple input files and output drives
  15.           may be specified, in which case each output file is written to the
  16.           last specified drive. This is an improved version of earlier routines
  17.           that is somewhat faster. See NUSQ to un-squeeze the file.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.